runtime.addrRanges.totalBytes (field)

10 uses

	runtime (current package)
		mgcscavenge.go#L532: 	p.scav.reservationBytes = alignUp(p.inUse.totalBytes, pallocChunkBytes) / scavengeReservationShards
		mranges.go#L160: 	totalBytes uintptr
		mranges.go#L172: 	a.totalBytes = 0
		mranges.go#L308: 	a.totalBytes += r.size()
		mranges.go#L323: 		a.totalBytes -= nBytes
		mranges.go#L327: 	a.totalBytes -= size
		mranges.go#L337: 		a.totalBytes = 0
		mranges.go#L356: 	a.totalBytes -= removed
		mranges.go#L370: 	b.totalBytes = a.totalBytes